func go/types.newTypeList
4 uses
go/types (current package)
alias.go#L161: res.targs = newTypeList(targs)
named.go#L345: inst := &instance{orig: orig, targs: newTypeList(targs)}
recording.go#L137: m[ident] = Instance{newTypeList(targs), typ}
typelists.go#L34: func newTypeList(list []Type) *TypeList {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)